======================================================================
ERROR: test_content_block_variable_delete (content_library.tests.unit.spa_graphql.content_blocks.variables.delete.ContentBlockVariableDeleteTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/marlon/.asdf/installs/python/3.6.8/lib/python3.6/unittest/suite.py", line 163, in _handleClassSetUp
    setUpClass()
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/test/testcases.py", line 1126, in setUpClass
    cls.cls_atomics = cls._enter_atomics()
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/test/testcases.py", line 1107, in _enter_atomics
    atomics[db_name].__enter__()
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/transaction.py", line 175, in __enter__
    if not connection.get_autocommit():
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 379, in get_autocommit
    self.ensure_connection()
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
    self.connect()
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/utils.py", line 89, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
    self.connect()
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 195, in connect
    self.connection = self.get_new_connection(conn_params)
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/postgresql/base.py", line 178, in get_new_connection
    connection = Database.connect(**conn_params)
  File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/psycopg2/__init__.py", line 130, in connect
    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
django.db.utils.OperationalError: FATAL:  database "coherentpath_test_9" does not exist


----------------------------------------------------------------------
Ran 181 tests in 17.277s

FAILED (errors=1)
Preserving test database for alias 'default' ('coherentpath_test_1')...
Preserving test database for alias 'default' ('coherentpath_test_2')...
Preserving test database for alias 'default' ('coherentpath_test_3')...
Preserving test database for alias 'default' ('coherentpath_test_4')...
Preserving test database for alias 'default' ('coherentpath_test_5')...
Preserving test database for alias 'default' ('coherentpath_test_6')...
Preserving test database for alias 'default' ('coherentpath_test_7')...
Preserving test database for alias 'default' ('coherentpath_test_8')...
Preserving test database for alias 'default' ('coherentpath_test')...
make: *** [test] Error 1